put unicode
Type
command
Summary
Inserts a unicode string into a field where specified.
Syntax
put unicode <value> {before | into | after} <fieldChunk>
Description
Use the put unicode command to insert a unicode string at a specified position in a field.
Parameters
Name | Type | Description |
---|---|---|
value | A UTF-16 encoded string. | |
fieldChunk | The position in the field where the unicode string is to be inserted. |
Examples
put unicode tUTF16String after field "list"
put unicode tUTF16String into line 2 of field "list"
put unicode tUTF16_Line1 after field 1
put return after field 1
put unicode tUTF16_Line2 after field 2
Related
command: put header, put, put markup, put text, put content
Compatibility and Support
Introduced
LiveCode 5.5
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile